home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 June
/
Electronic Clipper 1998-06.iso
/
Idea Source®
/
Main.Dir
/
00025_Script_25
< prev
next >
Wrap
Text File
|
1998-04-28
|
281b
|
18 lines
on exitFrame
cursor -1
set the visible of sprite 50 to false
set the locv of sprite 50 to the mousev
set the loch of sprite 50 to the mouseh
repeat with n=2 to 14
set the visible of sprite(n) to true
updatestage
end repeat
end